home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / global / config.css < prev    next >
Cascading Style Sheet File  |  2006-02-28  |  359b  |  27 lines

  1.  
  2. @import url("chrome://global/skin/");
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4.  
  5.  
  6. #configTreeBody::-moz-tree-cell-text(user)
  7. {
  8.   font-weight: bold;
  9. }
  10.  
  11. #configTreeBody::-moz-tree-cell-text(locked)
  12. {
  13.   font-style: italic;
  14. }
  15.  
  16. #configTree 
  17. {  
  18.   margin-top: 5px;
  19.   margin-bottom: 5px;
  20. }
  21.  
  22. #filterRow
  23. {
  24.   margin-top: 5px;
  25. }
  26.  
  27.